<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #FFF;
    font-family: "Microsoft Yahei", Helvetica, Arial;
}

.banner_txt {
    font-size: 60px;
    font-family: arial;
    line-height: 300px;
    color: #FFFFFF;
    text-align: left;
}

.page_lines {
    height: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.page_left {
    width: 225px;
    float: left;
}

.page_right {
    width: 905px;
    float: right;
}

.page_counts {
    margin-top: 25px;
    overflow: hidden;
    line-height: 33px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
    min-height: 600px;
}

.page_right img {
    /*width: 905px;*/
    height: auto;
    margin-bottom: 20px;
}

.page_title {
    font-size: 20px;
    line-height: 60px;
}

.page_list {
    line-height: 35px;
    border-bottom: 0px solid #cccccc;
    list-style-type: none;
    color: #a5a4a4;
    margin-bottom: 30px;
}

.page_list_li ul {
    margin: 0px;
    line-height: 45px;
    overflow: auto;
}

.page_list_li li {
    height: 45px;
    list-style-type: none;
    color: #666666;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    text-align: center;
}

.page_list_li li a {
    height: 45px;
    line-height: 45px;
    color: #666666;
    text-decoration: none;
    background-color: #f2f2f2;
    display: block;
}

.page_list_li li a:hover {
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    background-color: #FFB400;
    display: block;
}

/*鏂伴椈椤甸潰鐨刢ss*/
.n_news a {
    text-decoration: none;
    color: #333333
}

.n_news a:hover {
    text-decoration: none;
    color: #FFB400
}

.n_news li {
    list-style-type: none;
    /*background-color: #f2f2f2;*/
    margin: 15px;
    padding: 15px;
    overflow: auto;
    border-bottom: 1px solid #f2f2f2
}

.n_news li:hover {
    background-color: #f2f2f2;
}

.n_news_time {
    width: 90px;
    height: 80px;
    float: left;
    font-size: 22px;
    color: #cccccc;
    font-family: arial;
    /*background-color: #FFB400;
    line-height: 80px;
    color: #000000;*/
}

.n_news_right {
    float: left;
    overflow: auto;
    width: 752px;
}

.n_news_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #666666;
}

.n_news_txt {
    font-size: 16px;
    color: #999999;
}

.n_news_read {
    text-align: right;
}

.n_news_button {
    float: right;
    font-size: 15px;
    color: #ffffff;
}

.n_news_button a {
    padding: 1px 10px;
    background-color: #FFB400;
    float: right;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.n_news_button a:hover {
    background-color: #666666;
    float: right;
    font-size: 15px;
    color: #ffffff;

}

/*浜у搧涓績*/
.photos ul {
    width: 905px;
    overflow: hidden;
}

.photos ul li {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    list-style-type: none;
    overflow: auto;
    height: 350px;
}

.photo ul li:nth-child(2n) {
    margin-right: 0;
}

.photos ul li a {
    text-decoration: none;
}

.photos ul li:hover {
    background-color: #F2F2F2;
}

.photos img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.photos_title {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #FFB400;
    text-align: center;
}

.photos_txt {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}

/*鐣欒█鏉�*/
.sess {
    width: 905px;
    float: right;
    min-height: 800px;
}

.sess_all {
    width: 905px;
    margin: auto;
    margin-top: 50px;
}

.sess_item {
    line-height: 35px;
    margin-bottom: 20px;
    color: #666666;
}

.sess_item img {
    height: 40px;
}

.sess_label {
    width: 150px;
    margin-bottom: 10px;
}

.sess input {
    line-height: 35px;
    height: 35px;
    width: 600px;
    border: 1px solid #d7d7d7;
    padding-left: 15px;
    font-size: 16px;

    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    border-bottom-left-radius: 0.2em;

}

.sess textarea {
    width: 600px;
    border: 1px solid #d7d7d7;
    height: 200px;
    padding: 15px;

    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.sess_button {
    border: 0px;
    color: #FFFFFF;
    background-color: #FFB400;
    text-align: center;
    padding: 5px 0;
    height: 45px;
}

/*.sess_button a{
	padding:10px 45px;	
	color: #FFFFFF;
	background-color: #FFB400;
	text-decoration: none;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
	border-bottom-right-radius:0.5em;
	border-bottom-left-radius:0.5em;
}*/

.sess_button:hover {
    color: #FFFFFF;
    background-color: #666666;
}

.pages_title {
    line-height: 60px;
    height: 60px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

.pages_time {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
}

.pagestop {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 20px;
    height: 120px;
    border-top: 5px solid #FFB400;
    margin-bottom: 15px;
}

/*.weizhi {*/
    /*font-size: 15px;*/
    /*text-align: right;*/
    /*font-family: arial;*/
    /*line-height: 30px;*/
    /*margin-top: 15px;*/
/*}*/

/*.weizhi a {*/
    /*text-decoration: none;*/
    /*color: #666666;*/
/*}*/

/*.weizhi a:hover {*/
    /*text-decoration: none;*/
    /*color: #FFB400;*/
/*}*/

.yanzhengma {
    position: relative;
    bottom: -15px;
    cursor: pointer;
    display: inline-block;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    width: 150px;
}

.page {
    font-size: 16px;
    color: #333333;
    height: 35px;
    line-height: 35px;
}

.page a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.page a:hover {
    font-size: 16px;
    color: #FFB400;
}

.fr {
    padding-bottom: 20px;
}

.minlist {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.minlist li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
}

.minlist li a {
    padding: 0 35px;
    background-color: #FFB400;
    text-decoration: none;
    color: #FFFFFF;
}

.minlist li a:hover {
    background-color: #13B6EC;
    text-decoration: none;
    color: #FFFFFF;
}


.current{
    padding: 5px 8px;
    border: 1px solid #f6f6f6;
    font-size: 16px;
}
.num{
    padding: 5px 8px;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    margin-left: 5px;
}
.num a{
    color: #0d9ae4;
}
.next{
    padding: 5px 8px;
    border: 1px solid #f6f6f6;
    font-size: 16px;
}

.next a{
    color: #0d9ae4;
}

.mypage{
    width: 900px;
    height: 50px;
    text-align: center;
    float: left;
    padding-top: 10px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}</pre></body></html>